home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / PROGTOOL / MPI-1.ZIP;1 / FILEDOC.DOC < prev    next >
Encoding:
Text File  |  1989-11-01  |  3.2 KB  |  52 lines

  1. { MPI - Multiple Precision Positive Integer Arithmetic Package   }
  2. { Copyright 1989, KSU Research Foundation, Manhattan KS  66506   }
  3. { License granted to copy, but not for sale or profit   }
  4. multp   .doc    This is the documentation file for the package and its
  5.                 accompanying demonstrations.
  6.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  7. multp   .8      These are the assembler source files for the components of
  8. probp   .8      MPI.  The *.8 files are suitable for inclusion in an assembly
  9. mpiface .8l     with assembler-level drivers like pptest.8, below.  The *.8x
  10. mpiface .8s     files are the source for the *.obj files which are for
  11. multp   .8s     inclusion in Pascal compilations.
  12. probp   .8s
  13.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  14. mpiface .obj    These are the assembled object files from the above *.8x source
  15. mpifacel.obj    files.  They can be included in Turbo Pascal 4 compilations
  16. multp   .obj    or (presumably, I haven't done it) linked together with other
  17. probp   .obj    object files.
  18.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  19. pptest  .8      This is the sole assembler-level test/demo of MPI (assembler
  20.                 source).  (See MULTP.DOC for description of its function.)
  21.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  22. pptest  .com    This is the run file from the above source.
  23.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  24. savvy   .sam    Input file and expected result file for a run of PPTEST.COM.
  25. answer  .sam
  26.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  27. cfffcomb.exe    These 14 files are the Pascal programs which exercise/demon-
  28. cfffcomb.pas    strate the Multiple Precision Integer (MPI) arithmetic package.
  29. cfffcomb.war    See MULTP.DOC for explanation of their functions.  The *.war
  30. divtest .exe    files are input files for SPA:WN (my Structured Programming
  31. divtest .pas    Automated: Warnier Notation programming system).  The *.pas
  32. luclehmr.exe    files are normal Pascal source code (for TURBO Pascal 4) and
  33. luclehmr.pas    the *.exe files are the result of a Turbo 4 compilation and
  34. luclehmr.war    are run-ready, if the appropriate files are available.
  35. mersenne.exe
  36. mersenne.pas
  37. p50to128.exe
  38. p50to128.pas
  39. turbtest.exe
  40. turbtest.pas
  41.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  42.                 DIVTEST, LUCLEHMR, MERSENNE, P50TO128, and TURBTEST require
  43.                 no input files, and the output goes entirely to the screen.
  44.  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  45. nsin21  .fil    CFFFCOMB requires two input files, nsin.fil and primes.fil,
  46. primes21.fil    and produces one output file, outfile.fil.  The first three
  47. outfil21.fil    files give examples of factoring 21 digit numbers and the
  48. nsin29  .fil    last three show factoring of 29 digit numbers.  To run, simply
  49. primes29.fil    rename or copy the input files to the correct input file names.
  50. outfil29.fil    Primes29.fil contains a great excess of primes, to supply 74.
  51.                 Primes21.fil contains only 50 primes, to limit m suitably.
  52.